home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2007 April
/
CHIP CD (4 - 2007).iso
/
beeld
/
3d
/
ArtOfIllusion24-Mac.dmg
/
Art of Illusion
/
ArtOfIllusion.jar
/
bsh
/
commands
/
error.bsh
< prev
next >
Wrap
Text File
|
2005-05-23
|
224b
|
11 lines
/**
Print the item as an error.
In the GUI console the text will show up in (something like) red,
else it will be printed to standard error.
*/
void error( item ) {
this.interpreter.error( String.valueOf(item) );
}